home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 126-150 / scopedisk132 / algorhythms / source / drawform.h < prev    next >
Text File  |  1995-03-19  |  306b  |  8 lines

  1. /* Drawform.h for AlgoRhythms.c by Thomas E. Janzen */
  2. void DrawForm(const double Duration, 
  3.     const struct Parameter *PitchForm, 
  4.     const struct Parameter *RhythmForm, 
  5.     const struct Parameter *DynamicsForm,
  6.     const struct Parameter *TextureForm);
  7. void DrawTime(const double CurTime, const double Duration);
  8.